home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / bbs / maxfreq2.zip / REQFIND.BAT < prev    next >
DOS Batch File  |  1996-06-11  |  222b  |  7 lines

  1. type reqmaint.bat | find /v "%1" > reqmaint.$$$
  2. type reqmaint.$$$ | find "i" > reqmaint.bat
  3. type \max\thistime.dat | find /v /i "%1" > reqdat.$$$
  4. copy reqdat.$$$ \max\thistime.dat>nul
  5. del reqdat.$$$
  6. del reqmaint.$$$
  7.